Searched refs:NotSupportEval (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_global.h | 50 V("eval", NotSupportEval, 1, INVALID) \ 113 static JSTaggedValue NotSupportEval(EcmaRuntimeCallInfo *msg);
|
H A D | builtins_global.cpp | 70 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval() function in panda::ecmascript::builtins::BuiltinsGlobal 73 BUILTINS_API_TRACE(thread, Global, NotSupportEval); in NotSupportEval()
|
H A D | builtins.cpp | 473 SetFunction(env, globalObject, "eval", Global::NotSupportEval, FunctionLength::ONE); in InitializeGlobalObject()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 483 V(Global, NotSupportEval) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 530 reinterpret_cast<uintptr_t>(Global::NotSupportEval),
|
Completed in 14 milliseconds