Lines Matching refs:Global
140 using Global = builtins::BuiltinsGlobal;
443 // Global object test
444 SetFunction(env, globalObject, "print", Global::PrintEntrypoint, 0);
445 SetFunction(env, globalObject, "markModuleCollectable", Global::MarkModuleCollectable, 0);
446 SetFunction(env, globalObject, "isSendable", Global::IsSendable, 0);
447 SetFunction(env, globalObject, "loadNativeModule", Global::LoadNativeModule, 0);
449 SetFunction(env, globalObject, "startRuntimeStat", Global::StartRuntimeStat, 0);
450 SetFunction(env, globalObject, "stopRuntimeStat", Global::StopRuntimeStat, 0);
454 SetFunction(env, globalObject, "printOptStat", Global::PrintOptStat, 0);
458 SetFunction(env, globalObject, "printFunctionCallStat", Global::PrintFunctionCallStat, 0);
472 // Global object function
473 SetFunction(env, globalObject, "eval", Global::NotSupportEval, FunctionLength::ONE);
474 SetFunction(env, globalObject, "isFinite", Global::IsFinite, FunctionLength::ONE,
476 SetFunction(env, globalObject, "isNaN", Global::IsNaN, FunctionLength::ONE,
478 SetFunction(env, globalObject, "decodeURI", Global::DecodeURI, FunctionLength::ONE);
479 SetFunction(env, globalObject, "encodeURI", Global::EncodeURI, FunctionLength::ONE);
480 SetFunction(env, globalObject, "escape", Global::Escape, FunctionLength::ONE);
481 SetFunction(env, globalObject, "unescape", Global::Unescape, FunctionLength::ONE);
482 SetFunction(env, globalObject, "decodeURIComponent", Global::DecodeURIComponent, FunctionLength::ONE,
484 SetFunction(env, globalObject, "encodeURIComponent", Global::EncodeURIComponent, FunctionLength::ONE);
485 SetFunction(env, globalObject, "__getCurrentModuleName__", Global::GetCurrentModuleName, FunctionLength::ZERO);
486 SetFunction(env, globalObject, "__getCurrentBundleName__", Global::GetCurrentBundleName, FunctionLength::ZERO);
488 // Global object property