mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Fix various fetch/response/request tests (#2416)
* fix most fetch tests, skip a few * fastGet, toValueGC, and invalid init * bigint unreachable, range error, log process as process * remove extra fetch_headers * remove js_type parameter, check isObject() * throw invalid mime type error, use enum literal * switch back to promise rejection * RangeError pascal case
This commit is contained in:
@@ -736,6 +736,8 @@ void Process::finishCreation(JSC::VM& vm)
|
||||
this->putDirectNativeFunction(vm, globalObject, JSC::Identifier::fromString(this->vm(), "binding"_s),
|
||||
1, Process_functionBinding, ImplementationVisibility::Public, NoIntrinsic, PropertyAttribute::DontEnum | 0);
|
||||
|
||||
this->putDirect(vm, vm.propertyNames->toStringTagSymbol, jsString(vm, String("process"_s)), 0);
|
||||
|
||||
// target_defaults:
|
||||
// { cflags: [],
|
||||
// default_configuration: 'Release',
|
||||
|
||||
Reference in New Issue
Block a user