Lines Matching refs:ecmascript
19 #include "ecmascript/interpreter/interpreter.h"
20 #include "ecmascript/ecma_runtime_call_info.h"
21 #include "ecmascript/ecma_string-inl.h"
22 #include "ecmascript/ecma_vm.h"
23 #include "ecmascript/js_function.h"
24 #include "ecmascript/js_handle.h"
25 #include "ecmascript/js_thread.h"
26 #include "ecmascript/mem/mem_common.h"
27 #include "ecmascript/napi/include/jsnapi.h"
28 #include "ecmascript/object_factory-inl.h"
29 #include "ecmascript/checkpoint/thread_state_transition.h"
33 using panda::ecmascript::EcmaHandleScope;
34 using panda::ecmascript::EcmaRuntimeCallInfo;
35 using panda::ecmascript::EcmaVM;
36 using panda::ecmascript::InterpretedFrame;
37 using panda::ecmascript::InterpretedBuiltinFrame;
38 using panda::ecmascript::InterpretedEntryFrame;
39 using panda::ecmascript::JSTaggedType;
40 using panda::ecmascript::JSTaggedValue;
41 using panda::ecmascript::JSThread;
42 using panda::ecmascript::NUM_MANDATORY_JSFUNC_ARGS;
43 using panda::ecmascript::JSRuntimeOptions;
44 using panda::ecmascript::JSFunction;
45 using panda::ecmascript::JSHandle;
76 *(--newSp) = panda::ecmascript::ToUintPtr(thread);
95 state->base.type = ecmascript::FrameType::INTERPRETER_ENTRY_FRAME;