Home
last modified time | relevance | path

Searched refs:NotSupportEval (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h50 V("eval", NotSupportEval, 1, INVALID) \
113 static JSTaggedValue NotSupportEval(EcmaRuntimeCallInfo *msg);
H A Dbuiltins_global.cpp70 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval() function in panda::ecmascript::builtins::BuiltinsGlobal
73 BUILTINS_API_TRACE(thread, Global, NotSupportEval); in NotSupportEval()
H A Dbuiltins.cpp473 SetFunction(env, globalObject, "eval", Global::NotSupportEval, FunctionLength::ONE); in InitializeGlobalObject()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h483 V(Global, NotSupportEval) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp530 reinterpret_cast<uintptr_t>(Global::NotSupportEval),

Completed in 14 milliseconds